Skip to content

Single peer connection support#724

Merged
boks1971 merged 12 commits intomainfrom
raja_ppc
Aug 28, 2025
Merged

Single peer connection support#724
boks1971 merged 12 commits intomainfrom
raja_ppc

Conversation

@boks1971
Copy link
Copy Markdown
Contributor

@boks1971 boks1971 commented Aug 26, 2025

Conditioned on version >= 3.0.0

Tested by manually setting version to 3.0.0 and doing the publish demo using lk cli.

@boks1971 boks1971 requested a review from a team August 26, 2025 09:39
Copy link
Copy Markdown
Member

@anunaym14 anunaym14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, small nits in the comment!

Comment thread engine.go Outdated
Comment thread localparticipant.go
Comment on lines +70 to 73
transport := p.getPublishTransport()
if transport == nil {
return nil, ErrNoPeerConnection
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The lack of transport should be handled internally right?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably. But, I am not changing behaviour here.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it's not from this PR, but something we can make a note of for v3

Comment thread room.go
PublishTracks: publishedTracks,
DataChannels: dataChannels,
TrackSidsDisabled: trackSidsDisabled,
// MIGRATION-TODO DatachannelReceiveStates
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pending TODO, just wanted to highlight it

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I added it for attention later.

@boks1971 boks1971 merged commit fdd6af8 into main Aug 28, 2025
5 checks passed
@boks1971 boks1971 deleted the raja_ppc branch August 28, 2025 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants